home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batchlrn.arc / FIND.HLP < prev    next >
Text File  |  1991-06-17  |  2KB  |  24 lines

  1. |---------------B A T C H L R N  H E L P  S Y S T E M-----------------|
  2. |command:FIND                                                         |
  3. |use:FIND searches a file/DIR for a specified word or text string.    |
  4. |                                      |
  5. |how:Type "FIND <insert option> <word or string> <file.ext>".         |
  6. | o-r DIR|FIND "MY"will list all files in curr.dir w/"MY"(caps ONLY!) |
  7. |                                              |
  8. |examples:Look at the BATSEEK.BAT file for an example of the FIND     |
  9. | command used in a batch processing file in conjunction with other   |
  10. | commands and functions. Like any file being used for an example,    |
  11. | however, it will require s-t-u-d-y! Print the file out and examine  |
  12. | the hard copy carefully.                                |
  13. |                                              |
  14. |N-O-T-E-S:Options [/C=display ONLY lines with string/word.           |
  15. |                  [/V=display all lines NOT containing word/string]. |
  16. |                  [/N=display ONLY matches (with line numbers).      |
  17. |  You can search several files @ once:FIND "my" file1.ext file2.ext. |
  18. |  will search for "my" in BOTH of those files (ONLY lower case ltrs).|
  19. |  Upper and lower case letters are NOT CONSIDERED A MATCH {If you    |
  20. |  want"FOO" DO NOT type"foo"}. Tip:Type "listing" files in ALL CAPS. |
  21. |  TIMEMASTER has utility files which convert ENTIRE FILES, either to |
  22. |  all caps or all lowercase, by the use of simple commands.          |
  23. |---------------T  I   M   E   M   A   S   T   E   R------------------|
  24.